body {

    background: #FFFFFF;

    color: #666;

    font-family: '微软雅黑', sans-serif;

    line-height: 1.5;

    position: relative;

}

.container {

    overflow: hidden;

}

.red {

    color: #ed2123!important;

}

.white {

    color: #fff!important;

}

.black {

    color: #000!important;

}

.clear {

    clear: both;

}

.line_3 {

    height: 64px;

    overflow: hidden;

}

.more-inverse .btn,

.more .btn {

    border-radius: 0;

    border: 1px solid transparent;

    margin: 40px 0 0 0;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    height: 40px;

    width: 180px;

    padding: 9px;

}

.more .btn {

    color: #333;

    background: #f5f5f5;

    border-color: #333;

}

.more .btn:hover {

    background: #333;

    color: #f5f5f5;

    border-color: #333;

}

.more-inverse .btn {

    color: #fff;

    background: #333;

    border-color: #f5f5f5;

}

.more-inverse .btn:hover {

    background: #f5f5f5;

    color: #333;

    border-color: #f5f5f5;

}

/*==========start index.html==========*/

/*navbar*/

.navbar {

    margin-bottom: 0;

}

.navbar-header {

    height: 50px;

    line-height: 50px;

    text-align: center;

}

.brand,

.navbar-brand {

    padding: 2px 0;

}

.navbar-brand.small {

    padding: 10px 0;

    text-align: center;

    font-size: 12px;

    color: #ED2123;

}

.navbar-brand.small:hover {

    color: #ED2123;

}

.navbar-nav > li > a {

    font-weight: bold;

}

.navbar-default .navbar-nav li a:hover {

    color: #ed2123;

}

.navbar-default .navbar-nav > .active > a,

.navbar-default .navbar-nav > .active > a:hover,

.navbar-default .navbar-nav > .active > a:focus {

    color: #ed2123;

    background-color: #f8f8f8;

    outline: none;

}

/*home*/

#home {

    padding-top: 50px;

    width: 100%;

    overflow: hidden;

}

#home .flexslider .mask {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 5;

}

.slider-caption {

    color: white;

    margin: 0;

    position: absolute;

    top: 0;

    left: 0;

    text-transform: uppercase;

    z-index: 7;

    width: 100%;

    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}

.slider-caption p {

    font-size: 12px;

}

#home .btn {

    background: #ed2123;

    border-radius: 0;

    border: 2px solid transparent;

    color: #FFFFFF;

    font-weight: bold;

    margin: 40px 0 0 0;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    height: 50px;

    width: 250px;

    padding: 12px 10px 10px 10px;

}

#home .btn:hover {

    background: #FFFFFF;

    color: #ed2123;

}

/* start simpletextrotator */

.rotating {

    display: inline-block;

    -webkit-transform-style: preserve-3d;

    -ms-transform-style: preserve-3d;

    -o-transform-style: preserve-3d;

    transform-style: preserve-3d;

    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);

    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);

    transform: rotateX(0) rotateY(0) rotateZ(0);

    -webkit-transition: 0.5s;

    transition: 0.5s;

    -webkit-transform-origin-x: 50%;

}

.rotating.flip {

    position: relative;

}

.rotating .front,

.rotating .back {

    left: 0;

    top: 0;

    -webkit-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    backface-visibility: hidden;

}

.rotating .front {

    position: absolute;

    display: inline-block;

    -webkit-transform: translate3d(0, 0, 1px);

    -ms-transform: translate3d(0, 0, 1px);

    transform: translate3d(0, 0, 1px);

}

.rotating.flip .front {

    z-index: 1;

}

.rotating .back {

    display: block;

    opacity: 0;

}

.rotating.spin {

    -webkit-transform: rotate(360deg) scale(0);

    -ms-transform: rotate(360deg) scale(0);

    transform: rotate(360deg) scale(0);

}

.rotating.flip .back {

    z-index: 2;

    display: block;

    opacity: 1;

    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);

    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);

    transform: rotateY(180deg) translate3d(0, 0, 0);

}

.rotating.flip.up .back {

    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);

    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);

    transform: rotateX(180deg) translate3d(0, 0, 0);

}

.rotating.flip.cube .front {

    -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);

    -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);

    transform: translate3d(0, 0, 100px) scale(0.85, 0.85);

}

.rotating.flip.cube .back {

    -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);

    -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);

    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);

}

.rotating.flip.cube.up .back {

    -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);

    -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);

    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);

}

/* end simpletextrotator */

/*about*/

#about {

    min-height: 300px;

    padding: 98px 0 60px 0;

}

#about h3 {

    font-weight: bold;

}

#about h4 {

    text-transform: uppercase;

}

#about .col-md-7 h3 {

    padding: 12px 0 0 0;

}

#about .col-md-7 h4 {

    padding-top: 10px;

    margin: 0;

}

#about p {

    margin-top: 30px;

    font-size: 12px;

    line-height: 2.2;

}

/*service*/

#service {

    min-height: 300px;

    padding: 40px 0 60px 0;

    background-color: #eef3ee;

    /*color: #fff;*/

}

#service h3 {

    margin-top: 0;

    letter-spacing: 1px !important;

    padding-bottom: 20px;

}

#service .media {

    padding: 40px 0 10px 0;

}

#service .media .fa {

    background: #ed2123;

    border-radius: 50%;

    color: #FFFFFF;

    font-size: 36px;

    width: 80px;

    height: 80px;

    line-height: 80px;

    text-align: center;

    margin: 0 15px 0 0;

    padding-right: 0;

}

#service .media .media-heading {

    font-weight: bold;

    color: #ED2123;

    margin-bottom: 20px;

}

#service .media p {

    font-size: 12px;

    color: #CCCCCC;

    line-height: 24px;

    min-height: 48px;

}

/*case*/

#case {

    /*background: #ebebeb;*/

    min-height: 300px;

    /*padding: 98px 0 60px 0;*/

}

#case h3 {

    margin-top: 0;

    letter-spacing: 1px !important;

    padding-bottom: 20px;

    color: #333333;

}

#case .case-content {

    background-color: #fff;

    /* padding-bottom: 30px; */

}

#case h4 {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-top: 3%;

    margin-bottom: 3%;

    padding: 0 2%;

}

#case h4 a {

    color: #000;

    letter-spacing: 1px;

    -webkit-transition: color .2s linear,background .2s linear;

    -moz-transition: color .2s linear,background .2s linear;

    -o-transition: color .2s linear,background .2s linear;

    transition: color .2s linear,background .2s linear;

}

#case h4 a:hover {

    color: #ED2123;

    text-decoration: none;

}

#case p {

    padding: 0 5%;

}

#case .case_thumb {

    margin: 40px 0 10px;

    /* border: 10px solid #fff; */

    overflow: hidden;

    position: relative;

    text-align: center;

    -webkit-box-shadow: 0px 0px 2px #BEBEBE;

    -moz-box-shadow: 0px 0px 2px #BEBEBE;

    box-shadow: 0px 0px 2px #BEBEBE;

    cursor: default;

}

.case_thumb h4 {

    color: #fff;

    font-size: 17px;

    padding: 4% 0 5%;

    margin: 0;

}

.case_thumb p {

    font-size: 12px;

    line-height: 20px;

    color: #fff;

    /*padding: 0 5%;*/

    text-align: center;

    font-style: normal;

}

/*.case_thumb a.info {

    display: inline-block;

    text-decoration: none;

    margin-top: 3%;

    padding: 7px 14px;

    background: #ED2123;

    line-height: 1;

    color: #fff;

    -webkit-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

}

.case_thumb a.info:hover {

    background: #222222;

}

*/

.case_thumb .case_overlay {

    width: 100%;

    height: 100%;

    position: absolute;

    overflow: hidden;

    top: 0;

    left: 0;

}

.case_thumb .case_overlay {

    background-color: rgba(0,0,0,0.8);

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    -webkit-transform: scale(0) rotate(-180deg);

    -moz-transform: scale(0) rotate(-180deg);

    -o-transform: scale(0) rotate(-180deg);

    -ms-transform: scale(0) rotate(-180deg);

    transform: scale(0) rotate(-180deg);

    -webkit-transition: all 0.4s ease-in;

    -moz-transition: all 0.4s ease-in;

    -o-transition: all 0.4s ease-in;

    -ms-transition: all 0.4s ease-in;

    transition: all 0.4s ease-in;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

}

.case_overlay .info {

    text-decoration: none;

    color: #fff;

    display: block;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    z-index: 3;

}

.case_overlay .info .fa {

    background: #ed2123;

    border-radius: 50%;

    color: #fff;

    font-size: 24px;

    width: 60px;

    height: 60px;

    line-height: 60px;

    text-align: center;

    margin-bottom: 15px;

    padding-right: 0;

}

.case_thumb img {

    -webkit-transition: all 0.4s ease-in-out 0.2s;

    -moz-transition: all 0.4s ease-in-out 0.2s;

    -o-transition: all 0.4s ease-in-out 0.2s;

    -ms-transition: all 0.4s ease-in-out 0.2s;

    transition: all 0.4s ease-in-out 0.2s;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

}

/*.case_thumb h4 {

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

   filter: alpha(opacity=0);

   opacity: 0;

   border-bottom: 1px solid rgba(0, 0, 0, 0.3);

   margin: 0 40px;

   -webkit-transition: all 0.5s ease-in-out;

   -moz-transition: all 0.5s ease-in-out;

   -o-transition: all 0.5s ease-in-out;

   -ms-transition: all 0.5s ease-in-out;

   transition: all 0.5s ease-in-out;

}

.case_thumb p {

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

   filter: alpha(opacity=0);

   opacity: 0;

   -webkit-transition: all 0.5s ease-in-out;

   -moz-transition: all 0.5s ease-in-out;

   -o-transition: all 0.5s ease-in-out;

   -ms-transition: all 0.5s ease-in-out;

   transition: all 0.5s ease-in-out;

   margin-bottom: 0%;

}*/

.case_thumb a.info {

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.case_thumb:hover .case_overlay {

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

    -webkit-transform: scale(1) rotate(0deg);

    -moz-transform: scale(1) rotate(0deg);

    -o-transform: scale(1) rotate(0deg);

    -ms-transform: scale(1) rotate(0deg);

    transform: scale(1) rotate(0deg);

    -webkit-transition-delay: 0.2s;

    -moz-transition-delay: 0.2s;

    -o-transition-delay: 0.2s;

    -ms-transition-delay: 0.2s;

    transition-delay: 0.2s;

}

.case_thumb:hover img {

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -o-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    -webkit-transition-delay: 0s;

    -moz-transition-delay: 0s;

    -o-transition-delay: 0s;

    -ms-transition-delay: 0s;

    transition-delay: 0s;

}

/*.case_thumb:hover h4,

.case_thumb:hover p,*/

.case_thumb:hover a.info {

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

    -webkit-transition-delay: 0.5s;

    -moz-transition-delay: 0.5s;

    -o-transition-delay: 0.5s;

    -ms-transition-delay: 0.5s;

    transition-delay: 0.5s;

}

/*news*/

#news {

	width:1200px; margin:0 auto;

    color: #fff;

}

#news h3 {

    margin-top: 0;

    letter-spacing: 1px !important;

    padding-bottom: 20px;

}

.news-content h4 {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-top: 20px;

    margin-bottom: 15px;

    padding: 0 2%;

}

.news-content h4 a {

    color: #000;

    letter-spacing: 1px;

    -webkit-transition: color .2s linear,background .2s linear;

    -moz-transition: color .2s linear,background .2s linear;

    -o-transition: color .2s linear,background .2s linear;

    transition: color .2s linear,background .2s linear;

}

.news-content h4 a:hover {

    color: #ED2123;

    text-decoration: none;

}

.news-content h4:after {

    /*border: 2px solid #ed2123;*/

    /*content: " ";*/

    /*display: block;*/

    /*margin: 25px auto 0;*/

    /*width: 35px;*/

}

.news-content h4 a {

    text-decoration: none;

    font-size: 14px;

    color: #666;

}

.news-content p {

    color: #999;

    font-size: 12px;

    padding: 0 5%;

}

#news .news_thumb {

    /*margin: 40px 0 10px;*/

    margin-top: 40px;

    overflow: hidden;

    position: relative;

    z-index: 1;

    text-align: center;

    cursor: default;

}

.news_thumb img {

    width: -webkit-calc(100% + 40px);

    width: calc(100% + 40px);

    -webkit-transition: -webkit-transform 0.4s;

    transition: transform 0.4s;

    -moz-transition: -moz-transform 0.4s;

    -o-transition: -o-transform 0.4s;

    -webkit-transform: translate3d(-40px, 0, 0);

    transform: translate3d(-40px, 0, 0);

    -ms-transform: translate3d(-40px, 0, 0);

}

.news_thumb:hover img {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

}

.news_thumb .news_overlay {

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 2;

    overflow: hidden;

    top: 0;

    left: 0;

    background: rgba(0,0,0,0.8);

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    -webkit-transition: all 0.4s ease-in;

    -moz-transition: all 0.4s ease-in;

    -o-transition: all 0.4s ease-in;

    -ms-transition: all 0.4s ease-in;

    transition: all 0.4s ease-in;

}

.news_thumb:hover .news_overlay {

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

}

.news_overlay .info {

    text-decoration: none;

    color: #fff;

    display: block;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    z-index: 3;

}

.news_overlay .info .fa {

    background: #ed2123;

    border-radius: 50%;

    color: #fff;

    font-size: 24px;

    width: 60px;

    height: 60px;

    line-height: 60px;

    text-align: center;

    margin-bottom: 15px;

    padding-right: 0;

}

/*parter*/

.parter-list {

    display:none;

}

.nbs-flexisel-container {

    position:relative;

    max-width:100%;

}

.nbs-flexisel-ul {

    position:relative;

    width:9999px;

    margin:0px;

    padding:0px;

    list-style-type:none;

    text-align:center;

}

.nbs-flexisel-inner {

    overflow:hidden;

    float:left;

    width:100%;

    margin: 2em 0 2em;

}

.nbs-flexisel-item {

    float:left;

    margin:0px;

    padding:0px;

    cursor:pointer;

    position:relative;

    line-height:0px;

    cursor:pointer;

}

.nbs-flexisel-item img {

    width: 100%;

    cursor: pointer;

    position: relative;

    margin-top: 10px;

    margin-bottom: 10px;

    max-width:100px;

    max-height:45px;

}

/*contact*/

#contact {

    background: #404040 url('../images/contact-bg.jpg') no-repeat;

    background-size: cover;

    background-attachment: fixed;

    min-height: 300px;

    padding: 98px 0 60px 0;

    color: #fff;

}

#contact h3 {

    margin-top: 0;

    letter-spacing: 1px !important;

    padding-bottom: 20px;

}

#contact p {

    color: #ebebeb;

    padding: 0 5%;

}

#contact .form {

    padding-top: 20px;

}

#contact .form-control {

    background: #404040;

    border: none;

    border-radius: 2px;

    box-shadow: none;

    color: #FFFFFF;

    margin: 10px 0 10px 0;

    opacity: 0.9;

}

#contact .form-control::-moz-placeholder {

    color: #FFFFFF;

    opacity: 1;

}

#contact .form-control:-ms-input-placeholder {

    color: #FFFFFF;

}

#contact .form-control::-webkit-input-placeholder {

    color: #FFFFFF;

}

#contact input {

    height: 50px;

}

#contact textarea {

    height: 120px;

}

#contact input[type="submit"] {

    background: #ED2123;

    border: none;

    color: #FFFFFF;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    margin: 30px 0 40px;

}

#contact input[type="submit"]:focus,

#contact input[type="submit"]:hover {

    background: #FFFFFF;

    border-color: transparent;

    color: #ED2123;

}

/*footer*/

#Foot {
    background: #2c2c2c none repeat scroll 0 0;
    border-top: 5px solid #38c249;
    color: #fff;
    padding-top: 30px;
}
.Root {
    margin: 0 auto;
    width: 1100px;
}
#Foot .FootFrame {
    background: url(../images/footbd.gif) repeat-y scroll 274px top;
}
#Foot .FootMeta {
    margin-right: 100px;
    width: 226px;
}
#Foot .FootMeta .FootLogo {
    text-align: center;
}
.BO {
    display: block;
    overflow: hidden;
}
#Foot a {
    color: #fff;
}

fieldset, img {
    border: 0 none;
	
}

.FootMetaDesc div {
    letter-spacing: 5px;
}

#Foot .FootMeta .FootMetaDesc .DescB {
    letter-spacing: 10.7px;
}

#Foot .FootMeta .FootMetaTeli {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}

#Foot .FootMeta .FootMetaTeli .phone {
    background: url(../images/footphone.png) no-repeat scroll left center;
    padding-left: 24px;
}

#Foot .FootMeta .FootMetaTeli .Teli {
    background: url(../images/tel.png) no-repeat scroll left center;
    padding-left: 24px;
}

#Foot .FootMeta .FootMetaTeli .Teli {
    background: url(../images/tel.png) no-repeat scroll left center;
    padding-left: 24px;
}

#Foot .FootMenu {
    width: 400px;
}

#Foot .FootMenu .FootMenuItems {
    text-align: center;
}

#Foot .FootMenu .FootMenuItems .FootMenuGroup {
    line-height: 30px;
    width: 96px;
}

#Foot .FootMenu .FootMenuItems .FootMenuGroup .Title {
    display: block;
    font-size: 14px;
    overflow: hidden;
}

#Foot .FootMenu .FootMenuItems .FootMenuGroup .Items .FootMenuItem {
    color: #d5d3d3;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

#Foot .FootMenu .FootMenuImages {
    padding-left: 10px;
    padding-top: 20px;
    width: 420px;
}

#Foot .FootMenu .FootMenuImages .FootMenuImagesGroup {
    margin-right: 20px;
    width: 110px;
}

#Foot .FootMenu .FootMenuImages .FootMenuImagesGroup .QR {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.BO {
    display: block;
    overflow: hidden;
}

#Foot .FootBani {
    width: 304px;
}

#Foot .FootBani .FootBaniItem {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}

#Foot .FootBani .FootBaniItem img {
    display: block;
    overflow: hidden;
}

.bottomImg {
    background: url(../images/footerImg.png) repeat-x scroll 0 0;
    bottom: 0;
    height: 74px;
    left: 0;
    width: 100%;
}


/*媒体查询*/

@media (min-width: 768px) {

    .navbar-header,

    .navbar-default {

        height: 78px;

    }

    .brand,

    .navbar-brand {

        padding: 15px 0;

    }

    .navbar-nav > li > a {

        padding: 28px 20px;

        font-size: 16px;

        font-weight: bold;

    }

    #home {

        padding-top: 78px;

    }

    .slider-caption p {

        font-size: 13px;

    }

    .erweima {

        float: right;

    }

    .copyright {

        float: left;

    }

}

@media (min-width: 992px) {

    .navbar-header,

    .navbar-default {

        height: 98px;

    }

    .brand,

    .navbar-brand {

        padding: 25px 0;

    }

    .navbar-nav > li > a {

        padding: 38px 25px;

    }

    #home {

        padding-top: 98px;

    }

    .slider-caption p {

        font-size: 14px;

    }

}

@media (min-width: 1200px) {



}

/* start 768 media quires */

@media only screen and ( max-width: 768px ) {

    .navbar-header {

        padding-left: 15px;

    }

    h1 { font-size: 26px; }

    h2 { font-size: 18px; }

    #home .btn {

        margin-top: 10px;

        width: 180px;

        height: 40px;

        padding-top: 8px;

    }

    #about { padding-top: 65px; }

}

/* end 768 media quires */

@media only screen and (max-width: 640px) {

    h1 { font-size: 20px; }

    h2 { font-size: 14px; }

    #home,

    #about,

    #service,

    #case,

    #news,

    #contact,

    #details {

        padding-top: 50px!important;

    }

    #home .btn {

        width: auto;

        height: auto;

        padding: 10px 20px;

        margin-top: 10px;

    }

}

/*==========end index.html==========*/

/*case.html*/

.brand {

    display: inline-block;

}

.pagination {

    margin-top: 60px;

}

.pagination > li > a,

.pagination > li > span {

    color: #333;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.pagination-inverse > li > a,

.pagination > li > span {

    background-color: #999999;

}

.pagination > li > a:hover,

.pagination > li > span:hover,

.pagination > li > a:focus,

.pagination > li > span:focus {

    color: #ED2123;

    background-color: #d6d6d6;

    border-color: #b0b0b0;

}

.pagination > .active > a,

.pagination > .active > span,

.pagination > .active > a:hover,

.pagination > .active > span:hover,

.pagination > .active > a:focus,

.pagination > .active > span:focus {

    background-color: #ED2123;

    border-color: #ddd;

}

/*details*/

#details {

    background: #ebebeb;

    min-height: 300px;

    padding: 98px 0 60px 0;

}

#details h3 {

    margin-top: 0;

    letter-spacing: 1px !important;

    padding-bottom: 20px;

}

.details-header {

    border-bottom: 1px solid #ccc;

}

.details-header p {

    font-size: 12px;

    margin-bottom: 20px;

}

.details-content {

    border-bottom: 1px dashed #ccc;

}

.details-content img {

    display: block;

    margin: 50px auto 30px;

}

.details-content p {

    text-indent: 2em;

    margin-bottom: 30px;

}

.pager {

    margin-top: 30px;

    margin-bottom: 0;

}

.pager li > a,

.pager li > span {

    color: #333;

    background-color: #eee;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.pager li > a:hover,

.pager li > a:focus {

    background-color: #ED2123;

    color: #fff;

}

.pager li {

    display: block;

}

.pager li.previous {

    float: left;

}

.pager li.next {

    float: right;

}